Method: Bandwidth::Subscriptions#participants
- Defined in:
- lib/bandwidth/web_rtc_lib/web_rtc/models/subscriptions.rb
#participants ⇒ List of ParticipantSubscription
Subset of participants to subscribe to in the session. Optional.
21 22 23 |
# File 'lib/bandwidth/web_rtc_lib/web_rtc/models/subscriptions.rb', line 21 def participants @participants end |