Ejemplo n.º 1
0
 public void initLocalSurfaceView() {
   avChatSurface.initSmallSurfaceView(DemoCache.getAccount());
 }
Ejemplo n.º 2
0
 /**
  * 初始化大小图像
  *
  * @param largeAccount 对方的帐号
  */
 public void initAllSurfaceView(String largeAccount) {
   avChatSurface.initLargeSurfaceView(largeAccount);
   avChatSurface.initSmallSurfaceView(DemoCache.getAccount());
 }