diff options
author | Rider Linden <rider@lindenlab.com> | 2015-12-08 14:32:04 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-12-08 14:32:04 -0800 |
commit | 69bfba1267ea6a68998030ab5bf9354ed90876a6 (patch) | |
tree | 1bb4236416fed7a613ea24100a4ac2ffb21d159d /indra/newview/llvoicevivox.h | |
parent | 5d51e0d06bddc43f55818a7d917e24bb6bf0cf10 (diff) |
Convert session joining/adding and creating to coroutine
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-x | indra/newview/llvoicevivox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 3ea4d66278..dd9fcd4344 100755 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -652,6 +652,9 @@ private: bool establishVoiceConnection(); bool loginToVivox(); bool retrieveVoiceFonts(); + + bool addAndJoinSession(sessionState *nextSession); + void recordingAndPlaybackMode(); int voiceRecordBuffer(); int voicePlaybackBuffer(); |