summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-12-10 16:18:04 -0800
committerRider Linden <rider@lindenlab.com>2015-12-10 16:18:04 -0800
commitc5ba7f6a869f82370c5f1a6ca410b6d101eedcb7 (patch)
tree3e1f942f56727fd8fd4b752ff96cdd328889b979 /indra/newview/llvoicevivox.h
parent7e58b0793b021922e68e10f111d624bb7638fefa (diff)
Possible fix for private call hangup.
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-xindra/newview/llvoicevivox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index a4d6f38157..3a0d46db1c 100755
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -645,6 +645,8 @@ private:
LLVoiceVersionInfo mVoiceVersion;
// Coroutine support methods
+ void voiceControlCoro();
+
bool startAndConnectSession();
bool startAndLaunchDaemon();
@@ -658,6 +660,8 @@ private:
bool addAndJoinSession(sessionState *nextSession);
bool terminateAudioSession(bool wait);
+
+ bool waitForChannel();
bool runSession(sessionState *session);
void recordingAndPlaybackMode();