Removing useless roomID parameter in WebRtcSignal message
This commit is contained in:
parent
0119534283
commit
894f7c8009
3 changed files with 6 additions and 10 deletions
|
@ -9,7 +9,6 @@ export const isWebRtcSignalMessageInterface =
|
|||
new tg.IsInterface().withProperties({
|
||||
userId: tg.isString,
|
||||
receiverId: tg.isString,
|
||||
roomId: tg.isString,
|
||||
signal: isSignalData
|
||||
}).get();
|
||||
export const isWebRtcScreenSharingStartMessageInterface =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue