Fishjam Web SDK - v0.18.0
    Preparing search index...

    Contains information about an ICE candidate which will be sent to the peer/server

    interface Candidate {
        candidate: string;
        sdpMid: string;
        sdpMLineIndex: number;
        usernameFragment: string;
    }
    Index

    Properties

    candidate: string
    sdpMid: string
    sdpMLineIndex: number
    usernameFragment: string