SFUBot

class SFUBot : RemoteMemberImpl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

このSFUBotのForwarding一覧。

Link copied to clipboard
open override val subType: String

常に"sfu"を返します。

Link copied to clipboard
open override val type: Member.Type

常にMember.Type.BOTを返します。

Functions

Link copied to clipboard
suspend fun startForwarding(publication: Publication, configure: Forwarding.Configure? = null): Forwarding?

PublicationをForwardingします。

Link copied to clipboard
suspend fun stopForwarding(forwarding: Forwarding): Boolean

Forwarding停止します。