Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to set layout?

Daghe
Beginner
1,439 Views

which file can set layout and how to set ?

0 Kudos
4 Replies
genry_g_
Beginner
1,439 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.

0 Kudos
Lei_Z_Intel1
Employee
1,439 Views

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

0 Kudos
Daghe
Beginner
1,439 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
      }
    ]
  }
]

0 Kudos
leo_a_
Beginner
1,439 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?

0 Kudos
Reply