ok, public native int VideoCallControl(int dwEventType, int dwUserId, int dwErrorCode, int dwFlags, int dwParam, String szUserStr); dwUserid是其他人的id吧,szUserStr是我的用户名吧!
anychat.VideoCallControl(
AnyChatDefine.BRAC_VIDEOCALL_EVENT_REPLY,
dwUserId, dwErrorCode, dwFlags, dwParam,
userStr); 和这里一样吧,dwUserid是? userStr是谁的??