Structures

The following structures are available globally.

デフォルト値

  • プロキシに関する設定です

    See more

    Declaration

    Swift

    public struct Proxy : CustomStringConvertible
  • クライアントに関する設定です。

    See more

    Declaration

    Swift

    public struct Configuration
  • 転送フィルターのルールの設定です。

    See more

    Declaration

    Swift

    public struct ForwardingFilterRule : Encodable
  • 転送フィルターに関する設定です。

    See more

    Declaration

    Swift

    public struct ForwardingFilter
    extension ForwardingFilter: Encodable
  • シグナリングに含まれる、同チャネルに接続中のクライアントに関するメタデータ (任意のデータ) を表します。

    See more

    Declaration

    Swift

    public struct SignalingNotifyMetadata
  • “connect” シグナリングメッセージを表します。 このメッセージはシグナリング接続の確立後、最初に送信されます。

    See more

    Declaration

    Swift

    public struct SignalingConnect
  • “offer” シグナリングメッセージを表します。 このメッセージは SDK が “connect” を送信した後に、サーバーから送信されます。

    See more

    Declaration

    Swift

    public struct SignalingOffer
  • “answer” シグナリングメッセージを表します。

    See more

    Declaration

    Swift

    public struct SignalingAnswer
  • “candidate” シグナリングメッセージを表します。

    See more

    Declaration

    Swift

    public struct SignalingCandidate
  • “update” シグナリングメッセージを表します。

    See more

    Declaration

    Swift

    public struct SignalingUpdate
  • “re-offer” メッセージ

    See more

    Declaration

    Swift

    public struct SignalingReOffer
  • “re-answer” メッセージ

    See more

    Declaration

    Swift

    public struct SignalingReAnswer
  • “push” シグナリングメッセージを表します。 このメッセージは Sora のプッシュ API を使用して送信されたデータです。

    See more

    Declaration

    Swift

    public struct SignalingPush
  • “switched” シグナリングメッセージを表します。

    See more

    Declaration

    Swift

    public struct SignalingSwitched
    extension SignalingSwitched: Decodable
  • “redirect” シグナリングメッセージを表します。

    See more

    Declaration

    Swift

    public struct SignalingRedirect
  • “notify” シグナリングメッセージを表します。

    See more

    Declaration

    Swift

    public struct SignalingNotify
  • “ping” シグナリングメッセージを表します。 このメッセージはサーバーから送信されます。 “ping” 受信後は一定時間内に “pong” を返さなければ、 サーバーとの接続が解除されます。

    Declaration

    Swift

    public struct SignalingPing
  • “pong” シグナリングメッセージを表します。 このメッセージはサーバーから “ping” シグナリングメッセージを受信すると サーバーに送信されます。 “ping” 受信後、一定時間内にこのメッセージを返さなければ、 サーバーとの接続が解除されます。

    Declaration

    Swift

    public struct SignalingPong
  • “disconnect” シグナリングメッセージを表します。

    See more

    Declaration

    Swift

    public struct SignalingDisconnect
  • メディア制約を表します。

    See more

    Declaration

    Swift

    public struct MediaConstraints
  • WebRTC に関する設定です。

    See more

    Declaration

    Swift

    public struct WebRTCConfiguration