TalkZone

Enable group calls with video or screen share capabilities

Voice chat capabilities are main achieved using TalkZone feature, which is in HoloFair system is basically implementation of WebRTC technology. It supports audio communication, video transmission and screen share. Also, since it is WebRTC based, it has a limit of 6 particapants in a call (for example you and 5 more people). You still can do more than that but we can't gurantee stability and the same quality.

To add TalkZones, you'll need a GameObject with TalkZoneView and GuidComponent.

The following are functions that will be useful to keep in mind when using Talk Zones.

Join

Join the Talk Zone's group call.

Leave

Leave the Talk Zone's group call. (Call this function when the user is still in call, such as when a user leave the Talk Zone)

Last updated