Classes

The following classes are available globally.

  • フォワードコンフィグ

    See more

    Declaration

    Objective-C

    
    @interface SKWForwardingConfigure : NSObject
  • フォワーディング

    Botがフォワードした時に取得できます。

    See more

    Declaration

    Objective-C

    @interface SKWForwarding : NSObject
  • SFU Bot

    すでに存在するPublicationをフォワードし、それをSubscribeすることでSFUサーバ経由での通信ができます。

    See more

    Declaration

    Objective-C

    
    @interface SKWSFUBotMember
  • SFUBotPluginオプション

    See more

    Declaration

    Objective-C

    
    @interface SKWSFUBotPluginOptions : NSObject
  • SFU Bot プラグイン

    Contextに登録することでSFU Botを利用することができます。

    let sfu: SFUBotPlugin = .init(options: nil)
    Context.registerPlugin(sfu)
    

    SFU Botに関しては公式ホームページの開発ドキュメントをご確認ください。

    See more

    Declaration

    Objective-C

    
    @interface SKWSFUBotPlugin