Classes
The following classes are available globally.
-
フォワードコンフィグ
See moreDeclaration
Objective-C
@interface SKWForwardingConfigure : NSObject
-
Declaration
Objective-C
@interface SKWForwarding : NSObject
-
Declaration
Objective-C
@interface SKWSFUBotMember
-
SFUBotPluginオプション
See moreDeclaration
Objective-C
@interface SKWSFUBotPluginOptions : NSObject
-
SFU Bot プラグイン
Contextに登録することでSFU Botを利用することができます。
let sfu: SFUBotPlugin = .init(options: nil) Context.registerPlugin(sfu)
SFU Botに関しては公式ホームページの開発ドキュメントをご確認ください。
See moreDeclaration
Objective-C
@interface SKWSFUBotPlugin