channelProfile property

ChannelProfileType channelProfile

Specify the profile of the channel to be connected.

ChannelProfileType.channelProfileCommunication is a call type communication like Zoom, and ChannelProfileType.channelProfileLiveBroadcasting is a type of communication where a small number of people distribute to a large number of users.

接続するチャンネルのプロファイルを指定します。

ChannelProfileType.channelProfileCommunicationだと、Zoomのような通話タイプの通信となり、ChannelProfileType.channelProfileLiveBroadcastingだと少人数が大人数のユーザーに配信するタイプの通信となります。

Implementation

ChannelProfileType get channelProfile => _channelProfile;