Method: Bandwidth::Subscriptions#participants

Defined in:
lib/bandwidth/web_rtc_lib/web_rtc/models/subscriptions.rb

#participantsList of ParticipantSubscription

Subset of participants to subscribe to in the session. Optional.

Returns:



21
22
23
# File 'lib/bandwidth/web_rtc_lib/web_rtc/models/subscriptions.rb', line 21

def participants
  @participants
end