sdpSemantics property

String sdpSemantics

Implementation

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