wildfire-im-sdk
Version:
野火IM SDK for Vue3 projects
21 lines (20 loc) • 701 B
TypeScript
export default class CallEndReason {
static REASON_Unknown: number;
static REASON_Busy: number;
static REASON_SignalError: number;
static REASON_Hangup: number;
static REASON_MediaError: number;
static REASON_RemoteHangup: number;
static REASON_OpenCameraFailure: number;
static REASON_Timeout: number;
static REASON_AcceptByOtherClient: number;
static REASON_AllLeft: number;
static RemoteBusy: number;
static RemoteTimeout: number;
static RemoteNetworkError: number;
static RoomDestroyed: number;
static RoomNotExist: number;
static RoomParticipantsFull: number;
static Interrupted: number;
static RemoteInterrupted: number;
}