Type alias OpenChannelMutedParticipantsContextsType
OpenChannelMutedParticipantsContextsType: {
Fragment: React.Context<{
channel: SendbirdOpenChannel;
headerTitle: string;
}>;
}
Type declaration
Fragment: React.Context<{
channel: SendbirdOpenChannel;
headerTitle: string;
}>
Internal context for OpenChannelMutedParticipants For example, the developer can create a custom header with getting data from the domain context