sdpSemantics property

String get sdpSemantics

Gets the SDP semantics based on the platform. Returns 'plan-b' for Windows and 'unified-plan' for other platforms.

Implementation

String get sdpSemantics =>
    WebRTC.platformIsWindows ? 'plan-b' : 'unified-plan';