Enum WebRTCBundlePolicy

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll

Specifies the bundle policy that affects which media tracks are negotiated if the remote endpoint is not bundle-aware, and what ICE candidates are gathered.

C#
Copy
public enum WebRTCBundlePolicy
Remarks

The details of bundle policy enum is described in https://www.w3.org/TR/webrtc/#rtcbundlepolicy-enum.

Name Description
MaxBundle

Bundle all media tracks into a stream when it's transfered to remote peer.

None

No bundle.