State Message
Represents a message describing the current call state.
This data class encapsulates various parameters related to the call state, including call ID, local and remote addresses, call and media directions, and more.
Since
1.0.0
Author
Dominik Ridjic
Throws
If type is missing before calling Builder.build
Types
Link copied to clipboard
Builder class for StateMessage.
Properties
Link copied to clipboard
The local address associated with the call.
Link copied to clipboard
The remote address associated with the call.
Link copied to clipboard
The display name associated with the remote address.
Link copied to clipboard
The direction of the audio media.
Link copied to clipboard
The remote direction of the audio media.
Link copied to clipboard
The direction of the call.
Link copied to clipboard
The type of the message, typically representing the call state.
Link copied to clipboard
The direction of the video media.
Link copied to clipboard
The remote direction of the video media.