In the release notes I found the of the (BOOL)isTalking interface.
new interface to check whether a user is talking or not
- The interface
- (BOOL)isTalking
inZoomSDKMeetingActionController.h
Is there a call back for this or do I have to loop through all users all the time to find out whether they’re talking? Also is there a way to find out when no one is talking or a person stops talking?