Struct RTCOfferOptions | WebRTC | 2.0.5-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct RTCOfferOptions

    Namespace: Unity.WebRTC
    Syntax
    public struct RTCOfferOptions

    Fields

    iceRestart

    Declaration
    public bool iceRestart
    Field Value
    Type Description
    Boolean

    offerToReceiveAudio

    Declaration
    public bool offerToReceiveAudio
    Field Value
    Type Description
    Boolean

    offerToReceiveVideo

    Declaration
    public bool offerToReceiveVideo
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX