Builder

class Builder : ProguardKeep(source)

Builder class for SdpMessage.

Provides a fluent API to set various properties for the SdpMessage and then build it.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Constructs the SdpMessage based on the provided properties.

Link copied to clipboard
fun message(@ObjCName(name = "_") message: String): SdpMessage.Builder

Sent or received an SDP message, mandatory property

Link copied to clipboard