Red circle when have 4 users during webrtc meet

This commit is contained in:
Gregoire Parant 2020-10-21 16:07:42 +02:00
parent 142e5c3f66
commit 1df4cb3e17
4 changed files with 30 additions and 5 deletions

View file

@ -73,7 +73,8 @@ export interface PositionInterface {
export interface GroupCreatedUpdatedMessageInterface {
position: PositionInterface,
groupId: number
groupId: number,
groupSize: number
}
export interface WebRtcStartMessageInterface {