PlanetKitCallConnectedParam
public class PlanetKitCallConnectedParam : NSObject
A class that represents the parameters for a connected event of a call.
-
A Boolean value indicating whether data session is supported.
Declaration
Swift
@objc public let isDataSessionSupported: Bool
-
A Boolean value indicating whether video hardware codec is enabled.
Declaration
Swift
@objc public let isVideoHwCodecEnabled: Bool
-
A Boolean value indicating whether video share mode is supported.
Declaration
Swift
@objc public let isVideoShareModeSupported: Bool
-
The start message for the call.
Declaration
Swift
@objc public let peerStartMessage: PlanetKitCallStartMessage?
-
A Boolean value indicating whether the call is in responder preparation.
Declaration
Swift
@objc public let isInResponderPreparation: Bool
-
A Boolean value indicating whether the preparation should be finished.
Declaration
Swift
@objc public let shouldFinishPreparation: Bool
-
A string representation of the
PlanetKitCallConnectedParam
object.Declaration
Swift
public override var description: String { get }