コード例 #1
0
 /// <summary>
 /// 获取自动旋转对方画面设置状态
 /// </summary>
 /// <param name="rotate"></param>
 /// <returns>true 自动旋转,false 不旋转</returns>
 public static bool IsRotateRemoteVideo()
 {
     return(VChatNativeMethods.nim_vchat_rotate_remote_video_enabled());
 }