Receive rings for group calls
This commit is contained in:
parent
fe040a2873
commit
79c976668b
27 changed files with 2112 additions and 359 deletions
|
@ -198,3 +198,9 @@ export type ChangeIODevicePayloadType =
|
|||
| { type: CallingDeviceType.CAMERA; selectedDevice: string }
|
||||
| { type: CallingDeviceType.MICROPHONE; selectedDevice: AudioDevice }
|
||||
| { type: CallingDeviceType.SPEAKER; selectedDevice: AudioDevice };
|
||||
|
||||
export enum ProcessGroupCallRingRequestResult {
|
||||
ShouldRing,
|
||||
RingWasPreviouslyCanceled,
|
||||
ThereIsAnotherActiveRing,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue