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

    Struct RTCIceCandidate

    Namespace: Unity.WebRTC
    Syntax
    public struct RTCIceCandidate

    Fields

    candidate

    Declaration
    public string candidate
    Field Value
    Type Description
    String

    sdpMid

    Declaration
    public string sdpMid
    Field Value
    Type Description
    String

    sdpMLineIndex

    Declaration
    public int sdpMLineIndex
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX