API | Description |
Login. | |
Logout. | |
To make a one-on-one call, supports custom room ID, call timeout, offline push content, and more. | |
To make a group call, supports custom room ID, call timeout, offline push content, and more. | |
Join a group call. | |
Customize user's ringtone. | |
Set your own nickname and profile photo. | |
Turn On/Off Ringtone. | |
Set Screen Orientation. | |
Listen to TUICallKit events. | |
Cancel listening to TUICallKit events. |
Event | Description |
Error Callback during Call. | |
Callback for a Call Request. | |
Callback for Call Cancellation. | |
Callback for Call Connection. | |
Callback for Call Termination. | |
xxxx User declines the call Callback. | |
xxxx User Non-response Callback. | |
xxxx User Busy Line Callback. | |
xxxx User Joins Call Callback. | |
A user left the call. | |
Callback for a change in the Call's Media Type. | |
Current user kicked offline. | |
Ticket expired while online. | |
Whether a user has a video stream. | |
Whether a user has an audio stream. | |
The volume levels of all users. | |
The network quality of all users. |
TUICallEngine
is an audio/video call component that does not include UI elements. If TUICallKit
does not meet your requirements, you can use the APIs of TUICallEngine
to customize your project.API | Description |
Creates a TUICallEngine instance (singleton mode). | |
Terminates a TUICallEngine instance (singleton mode). | |
Authenticates the basic audio/video call capabilities. | |
Registers an event listener. | |
Unregisters an event listener. | |
Makes a one-to-one call. | |
Accepts a call. | |
Rejects a call. | |
Ignores a call. | |
Ends a call. | |
Changes the call type, for example, from video call to audio call. | |
Subscribes to the video stream of a remote user. | |
Unsubscribes from the video stream of a remote user. | |
Turns the camera on. | |
Switches between the front and rear cameras. | |
Turns the camera off. | |
Turns the mic on. | |
Turns the mic off. | |
Selects the audio playback device (receiver or speaker). | |
Set the rendering mode of video image. | |
Set the encoding parameters of video encoder. | |
Set beauty level, support turning off default beauty. | |
Sets the alias and profile photo. | |
Sets whether to enable multi-device login for TUICallEngine . |
Was this page helpful?