视频会议服务器端源码

视频会议服务器端源码

ID:41126420

大小:64.00 KB

页数:7页

时间:2019-08-17

视频会议服务器端源码_第1页
视频会议服务器端源码_第2页
视频会议服务器端源码_第3页
视频会议服务器端源码_第4页
视频会议服务器端源码_第5页
资源描述:

《视频会议服务器端源码》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、usingSystem;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceANYCHATAPI{/**************************************************************************************AnyChatPlatformServerSDK***********************************************************

2、***********************/publicclassAnyChatServerSDK{publicconststringAnyChatServerSDKDll="AnyChatServerSDK.dll";//#defineBRAS_SERVERAPPMSG_CONNECTED1///<连接AnyChat服务器成功publicconstintBRAS_SERVERAPPMSG_CONNECTED=1;//#defineBRAS_SERVERAPPMSG_DISCONNECT2///<与A

3、nyChat服务器断开连接publicconstintBRAS_SERVERAPPMSG_DISCONNECT=2;/***回调函数定义*///服务器应用程序消息回调函数定义//typedefvoid(CALLBACK*BRAS_OnServerAppMessage_CallBack)(DWORDdwMsg,LPVOIDlpUserValue);publicdelegatevoidOnServerAppMessageCallBack(intmsg,intuserValue);//SDK定时器回调函数定义(

4、上层应用可以在该回调中处理定时任务,而不需要额外开启线程,或是定时器)//typedefvoid(CALLBACK*BRAS_OnTimerEvent_CallBack)(LPVOIDlpUserValue);publicdelegatevoidOnTimerEventCallBack(intuserValue);//用户身份验证回调函数定义//typedefDWORD(CALLBACK*BRAS_VerifyUser_CallBack)(INLPCTSTRlpUserName,INLPCTSTRlpPa

5、ssword,OUTLPDWORDlpUserID,OUTLPDWORDlpUserLevel,OUTLPTSTRlpNickName,INDWORDdwNCLen,LPVOIDlpUserValue);publicdelegateintVerifyUserCallBack(stringuserName,stringpassword,refintuserID,refintuserLevel,IntPtrnickName,intlen,intuserValue);//用户申请进入房间回调函数定义//type

6、defDWORD(CALLBACK*BRAS_PrepareEnterRoom_CallBack)(DWORDdwUserId,DWORDdwRoomId,LPCTSTRlpRoomName,LPCTSTRlpPassword,LPVOIDlpUserValue);publicdelegateintPrepareEnterRoomCallBack(intuserId,introomId,stringroomName,stringpassword,intuserValue);//用户登录成功回调函数定义//

7、typedefvoid(CALLBACK*BRAS_OnUserLoginAction_CallBack)(DWORDdwUserId,LPCTSTRszUserName,DWORDdwLevel,LPCTSTRszIpAddr,LPVOIDlpUserValue);publicdelegatevoidOnUserLoginActionCallBack(intuserId,stringuserName,intlevel,stringaddr,intuserValue);//用户注销回调函数定义//type

8、defvoid(CALLBACK*BRAS_OnUserLogoutAction_CallBack)(DWORDdwUserId,LPVOIDlpUserValue);publicdelegatevoidOnUserLogoutActionCallBack(intuserId,intuserValue);//用户进入房间回调函数定义//typedefvoid(CALLBACK*BRAS_OnUserEnterRoomActio

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。