TUICallType

The list of call types required by the access side is as follows:

Members

(static) AUDIO_CALL

Call type - Audio call

Example
tuiCallEngine.calls({userIDList: ['user1', 'user2'], type: TUICallType.AUDIO_CALL})

(static) VIDEO_CALL

Call type - Video call

Example
tuiCallEngine.calls({userIDList: ['user1', 'user2'], type: TUICallType.VIDEO_CALL})

(static) DEVCIED_CAMERA

Device type - Camera

Example
tuiCallEngine.getDeviceList(TUICallType.DEVCIED_CAMERA)

(static) DEVCIED_MICROPHONES

Device type - Microphone

Example
tuiCallEngine.getDeviceList(TUICallType.DEVCIED_MICROPHONES)