Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

How to set layout?

Daghe
Beginner
437 Views

which file can set layout and how to set ?

0 Kudos
4 Replies
genry_g_
Beginner
437 Views

Hello, I had the same problem and to decide it I appealed to the programmers of https://www.singsys.com/android-app-development.php they decided a problem quickly, now I with them often co-operate on creation of appendixes.

Lei_Z_Intel1
Employee
437 Views

Set layout during room creation https://software.intel.com/sites/products/documentation/webrtc/js/class_n_1_1_a_p_i.html#a54e2842c746d3a992891635a571cf511

Daghe
Beginner
437 Views

Lei Zhai (Intel) wrote:

Set layout during room creation https://software.intel.com/sites/products/documentation/webrtc/js/class_...

Thanks ,i have solved the problems, at  http://xx:xx:xx:xxx:3000/console/# media mixing  set   layout base void 

 custom like this :

[
  {
    "region": [
      {
        "id": "1",
        "left": 0,
        "top": 0,
        "relativesize": 1
      }
    ]
  },
  {
    "region": [
      {
        "id": "1",
        "left": 0,
        "top": 0.25,
        "relativesize": 0.49
      },
      {
        "id": "2",
        "left": 0.51,
        "top": 0.25,
        "relativesize": 0.49
      }
    ]
  },
  {
    "region": [
      {
        "id": "1",
        "left": 0,
        "top": 0,
        "relativesize": 0.667
      },
      {
        "id": "2",
        "left": 0.667,
        "top": 0,
        "relativesize": 0.333
      },
      {
        "id": "3",
        "left": 0.667,
        "top": 0.333,
        "relativesize": 0.333
      },
      {
        "id": "4",
        "left": 0.667,
        "top": 0.667,
        "relativesize": 0.333
      },
      {
        "id": "5",
        "left": 0.333,
        "top": 0.667,
        "relativesize": 0.333
      },
      {
        "id": "6",
        "left": 0,
        "top": 0.667,
        "relativesize": 0.333
      }
    ]
  }
]

leo_a_
Beginner
437 Views

Lei Zhai (Intel) wrote:

Set layout during room creation https://software.intel.com/sites/products/documentation/webrtc/js/class_...

 

Hi Lei Zhai

 I am using version 3.2.1 ios sdk of Intel CS for WebRTC. Can't find any interface about reconnecting. How could I get notice when SDK doing or done reconnecting?

Reply