missed startRecordingMuxedAudioFileEx and stopRecordingMuxedAudioFileEx
adding startRecordingMuxedAudioFileEx and stopRecordingMuxedAudioFileEx
Hm, it has typos and I don't think there's a stopRecordingMuxedAudioFileEx() function
it is in TeamTalk.h
TEAMTALKDLL_API TTBOOL TT_StopRecordingMuxedAudioFileEx(IN TTInstance* lpTTInstance, IN INT32 nChannelID);
it could be utilized by "time.sleep" , stop is not required
example of usage
self.tt.startRecordingMuxedAudioFileEx(myChanneID, ttstr(audio_file_name), AudioFileFormat.AFF_WAVE_FORMAT) time.sleep(25)
should be kept only startRecordingMuxedAudioFileEx ?
The methods should be called startRecordingMuxedAudioFile() and stopRecordingMuxedAudioFile(). startRecordingMuxedAudioFile() should have default arguments and call TT_StartRecordingMuxedAudio() and TT_StartRecordingMuxedAudioEx() accordingly.