ACSTeamsCaptionsDelegate Protocol
Declaration
@protocol ACSTeamsCaptionsDelegate;
Description
A set of methods that are called by ACSTeamsCaptions in response to important events.
Methods
onCaptionsEnabledChanged
IsEnabled Event. Occurs when captions is started or stopped.
-(void)onCaptionsEnabledChanged:(ACSTeamsCaptions *)sender :(ACSPropertyChangedEventArgs *)args {
Parameters
sender
- The call object which state had changed.args
- Information about the call state.
onActiveSpokenLanguageChanged
ActiveSpokenLanguage Event. Occurs when spoken language is changed.
-(void)onActiveSpokenLanguageChanged:(ACSTeamsCaptions *)sender :(ACSPropertyChangedEventArgs *)args {
Parameters
sender
- The call object which state had changed.args
- Information about the call state.
onActiveCaptionLanguageChanged
ActiveCaptionLanguage Event. Occurs when caption language is changed.
-(void)onActiveCaptionLanguageChanged:(ACSTeamsCaptions *)sender :(ACSPropertyChangedEventArgs *)args {
Parameters
sender
- The call object which state had changed.args
- Information about the call state.
onCaptionsReceived
CaptionsReceived Event. Occurs when captions is received for a call.
-(void)onCaptionsReceived:(ACSTeamsCaptions *)sender :(ACSTeamsCaptionsReceivedEventArgs *)args {
Parameters
sender
-args
-