Exemple #1
0
 /// <summary>
 /// 设置不自动旋转对方画面,默认打开,全局有效(重新发起时也生效)
 /// </summary>
 /// <param name="rotate"> true 自动旋转,false 不旋转</param>
 /// <returns>无返回值</returns>
 public static void SetRotateRemoteVideo(bool rotate)
 {
     VChatNativeMethods.nim_vchat_set_rotate_remote_video(rotate);
 }