mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Better handle group call ring race conditions
This commit is contained in:
@@ -196,9 +196,3 @@ export type ChangeIODevicePayloadType =
|
||||
| { type: CallingDeviceType.CAMERA; selectedDevice: string }
|
||||
| { type: CallingDeviceType.MICROPHONE; selectedDevice: AudioDevice }
|
||||
| { type: CallingDeviceType.SPEAKER; selectedDevice: AudioDevice };
|
||||
|
||||
export enum ProcessGroupCallRingRequestResult {
|
||||
ShouldRing,
|
||||
RingWasPreviouslyCanceled,
|
||||
ThereIsAnotherActiveRing,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user