Skip to content

Commit 1262765

Browse files
author
AWS
committed
Amazon Chime SDK Meetings Update: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
1 parent 247c087 commit 1262765

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime SDK Meetings",
4+
"contributor": "",
5+
"description": "Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection"
6+
}

services/chimesdkmeetings/src/main/resources/codegen-resources/service-2.json

+17
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@
385385
"MeetingFeatures":{
386386
"shape":"MeetingFeaturesConfiguration",
387387
"documentation":"<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>"
388+
},
389+
"PrimaryMeetingId":{
390+
"shape":"PrimaryMeetingId",
391+
"documentation":"<p>When specified, replicates the media from the primary meeting to the new meeting.</p>"
388392
}
389393
}
390394
},
@@ -434,6 +438,10 @@
434438
"Attendees":{
435439
"shape":"CreateMeetingWithAttendeesRequestItemList",
436440
"documentation":"<p>The attendee information, including attendees' IDs and join tokens.</p>"
441+
},
442+
"PrimaryMeetingId":{
443+
"shape":"PrimaryMeetingId",
444+
"documentation":"<p>When specified, replicates the media from the primary meeting to the new meeting.</p>"
437445
}
438446
}
439447
},
@@ -797,6 +805,10 @@
797805
"MeetingFeatures":{
798806
"shape":"MeetingFeaturesConfiguration",
799807
"documentation":"<p>The features available to a meeting, such as Amazon Voice Focus.</p>"
808+
},
809+
"PrimaryMeetingId":{
810+
"shape":"PrimaryMeetingId",
811+
"documentation":"<p>When specified, replicates the media from the primary meeting to this meeting.</p>"
800812
}
801813
},
802814
"documentation":"<p>A meeting created using the Amazon Chime SDK.</p>"
@@ -850,6 +862,11 @@
850862
},
851863
"documentation":"<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>"
852864
},
865+
"PrimaryMeetingId":{
866+
"type":"string",
867+
"max":64,
868+
"min":2
869+
},
853870
"ResultMax":{
854871
"type":"integer",
855872
"max":100,

0 commit comments

Comments
 (0)