sendInfoMessage

abstract suspend fun sendInfoMessage(content: String): Boolean

A function which send message to the managed watch party subscribed participants.

Return

True is message was sent. Otherwise return false.

Parameters

content

of the message.

Throws

RuntimeException

if session is released.