Can you please clarify the functionality of calling startListening() and stopListening() in FULL or FULL_PTT mode?
I have booted up the demo application and in LITE mode, the buttons appear to start/stop the avatar entering the nodding/"I am listening" video loop.
In the demo in FULL mode, clicking the "Start Listening Pose" button which triggers startListening() seems to be totally ignored, the avatar does not change poses.
In the demo the FULL_PTT calls startListening() and then startPushToTalk(). However, unless there is an active audio stream (I.e. my mic is unmuted) the avatar does not enter the nodding video loop, which seems to indicate that the startListening() isn't actually doing anything. But given the demo is coded to call this method, it seems intended it should be doing something?
Can you please clarify the functionality of calling
startListening()andstopListening()in FULL or FULL_PTT mode?I have booted up the demo application and in LITE mode, the buttons appear to start/stop the avatar entering the nodding/"I am listening" video loop.
In the demo in FULL mode, clicking the "Start Listening Pose" button which triggers
startListening()seems to be totally ignored, the avatar does not change poses.In the demo the FULL_PTT calls
startListening()and thenstartPushToTalk(). However, unless there is an active audio stream (I.e. my mic is unmuted) the avatar does not enter the nodding video loop, which seems to indicate that thestartListening()isn't actually doing anything. But given the demo is coded to call this method, it seems intended it should be doing something?