sdpSemantics property

String get sdpSemantics

Implementation

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