-
public final class ClientEvent.AudioRouteChanged extends ClientEvent
The audio output route changed — the app's OrigonClient.setAudioOutput choice or an OS-driven change (e.g. a headset plugged in mid-call). Drive a speaker toggle from
route == AudioOutputRoute.SPEAKER.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionIdprivate final AudioOutputRouteroute
-
Constructor Summary
Constructors Constructor Description ClientEvent.AudioRouteChanged(String sessionId, AudioOutputRoute route)
-
Method Summary
Modifier and Type Method Description StringgetSessionId()final AudioOutputRoutegetRoute()-
-
Constructor Detail
-
ClientEvent.AudioRouteChanged
ClientEvent.AudioRouteChanged(String sessionId, AudioOutputRoute route)
-
-
Method Detail
-
getSessionId
String getSessionId()
-
getRoute
final AudioOutputRoute getRoute()
-
-
-
-