类 EaseCallFloatWindow.SingleCallInfo

  • 封闭类:
    EaseCallFloatWindow

    public static class EaseCallFloatWindow.SingleCallInfo
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      boolean changeFlag
      A tag used to mark the switch between local and remote video
      int curUid
      Current user's uid
      boolean isCameraFront
      Camera direction: front or back
      int remoteUid
      The other size of uid
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • curUid

        public int curUid
        Current user's uid
      • remoteUid

        public int remoteUid
        The other size of uid
      • isCameraFront

        public boolean isCameraFront
        Camera direction: front or back
      • changeFlag

        public boolean changeFlag
        A tag used to mark the switch between local and remote video
    • 构造器详细资料

      • SingleCallInfo

        public SingleCallInfo()