featureEnabled()

featureEnabled(feature: string)

Returns if a concrete feature is available inside the room - e.g. chat or screenshare.

//Prints a boolean value if chat feature is available or not
console.log('Chat feature status:', sambaFrame.featureEnabled('chat'));

Read about the features property for the full list of possible features.

Last updated