Docs
Resources
Tools
News
to top

RCS

录制一对一视频通话

开始录制本方视频图像

String pcFilePath = “文件绝对路径”;
short ucFileType = MtcMediaConstants.EN_MTC_MFILE_AVI;// MtcMediaConstants中EN_MTC_MFILE_AVI开头的枚举
int iWidth = 480;	
int iHeight = 600;	
boolean bWithAudio = ture; // 是否同事录制音频
MtcCall.Mtc_SessRecSendVideoStart(dwSessId, pcFilePath, ucFileType, iWidth, iHeight, bWithAudio);

结束录制本方视频图像

MtcCall.Mtc_SessRecSendVideoStop();

开始录制对方视频图像

String pcFilePath = “文件绝对路径”;
short ucFileType = MtcMediaConstants.EN_MTC_MFILE_AVI;// MtcMediaConstants中EN_MTC_MFILE_AVI开头的枚举
int iWidth = 480;	
int iHeight = 600;	
boolean bWithAudio = ture; // 是否同事录制音频
MtcCall.Mtc_SessRecRecvVideoStart(dwSessId, pcFilePath, ucFileType, iWidth, iHeight, bWithAudio);

结束录制对方视频图像

MtcCall.Mtc_SessRecRecvVideoStop();
Juphoon © 2015 中文(简体)
关于我们 JusTalk 开发人员 招聘 隐私政策