-
public final class CallCompositeCaptionsOptions
The options for the composite call captions.
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
captionsOn
private String
spokenLanguage
-
Method Summary
Modifier and Type Method Description CallCompositeCaptionsOptions
setCaptionsOn(Boolean captionsOn)
Set the captions on. String
getSpokenLanguage()
Get the spoken language. CallCompositeCaptionsOptions
setSpokenLanguage(String spokenLanguage)
Set the spoken language. Boolean
isCaptionsOn()
Get the captions on. -
-
Method Detail
-
setCaptionsOn
CallCompositeCaptionsOptions setCaptionsOn(Boolean captionsOn)
Set the captions on.
- Parameters:
captionsOn
- The captions on.
-
getSpokenLanguage
String getSpokenLanguage()
Get the spoken language.
-
setSpokenLanguage
CallCompositeCaptionsOptions setSpokenLanguage(String spokenLanguage)
Set the spoken language.
- Parameters:
spokenLanguage
- The spoken language.
-
isCaptionsOn
Boolean isCaptionsOn()
Get the captions on.
-
-
-
-