Package com.streamwide.smartms.lib.core.api_ktx.call

Types

Link copied to clipboard
object STWCallApi : ObservableApi
Link copied to clipboard
data class STWLastPTTBurst(    val sessionId: String,     val burstStartTime: Long,     val floorOwnerInternationalNumber: String,     val floorOwnerFN: String?,     val floorOwnerLN: String?,     val floorOwnerAlias: String?,     val displayName: String,     val burstDuration: Long,     val fileName: String)
Link copied to clipboard
annotation class STWPanning
Link copied to clipboard
interface STWRequestPermissionsCallback
Link copied to clipboard
data class STWVoIPSession(    val voipSessionId: Int? = null,     val sessionId: String? = null,     val sessionType: Long? = null,     val sessionMediaType: Long? = null,     val swTo: String? = null,     val swOut: String? = null,     val messageId: Long? = null,     val threadId: Long? = null,     val read: Boolean,     val creationTime: String,     val receiveTime: String? = null,     val startTime: String,     val endTime: String,     val endCallStatus: Long? = null,     val sessionGroupId: String? = null,     val serverMessageId: String? = null,     val caller: String? = null,     val progressState: Long? = null,     val isForwarded: Boolean,     val forwardedFrom: String? = null,     val forwardedName: String? = null,     val videoCaptureSource: Long? = null,     val callTransferredFrom: String? = null,     val broadcast_call: Boolean)