Fixing WebRtc user name / password when using TURN REST API
This commit is contained in:
@@ -96,7 +96,9 @@ export interface WebRtcSignalSentMessageInterface {
|
||||
|
||||
export interface WebRtcSignalReceivedMessageInterface {
|
||||
userId: number,
|
||||
signal: SignalData
|
||||
signal: SignalData,
|
||||
webRtcUser: string | undefined,
|
||||
webRtcPassword: string | undefined
|
||||
}
|
||||
|
||||
export interface StartMapInterface {
|
||||
|
||||
Reference in New Issue
Block a user