Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class CallDetails(val memberUserIds: List<String>, val members: Map<String, CallUser>, val ownCapabilities: List<OwnCapability>) : Serializable
Link copied to clipboard
Link copied to clipboard
Represents the type of events we can send around calls.
Link copied to clipboard
data class CallMember(val callCid: String, val role: String, val userId: String, val createdAt: Date?, val updatedAt: Date?) : Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Represents the network connection quality of a video call.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Contains a track with the screen sharing content and the participant that's sharing the screen.
Link copied to clipboard
The type of peer connections, either a PUBLISHER that sends data to the call or a SUBSCRIBER that receives and decodes the data from the server.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Participant visibility on the screen.
Inherited functions
Link copied to clipboard
Merges CallUser maps to absorb as many non-null and non-empty data from both collections.
Link copied to clipboard
Link copied to clipboard
Maps the data to the request for the BE.