Method: Bandwidth::Subscriptions#session_id

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

#session_idString

Session the subscriptions are associated with If this is the only field, the subscriber will be subscribed to all participants in the session (including any participants that are later added to the session)

Returns:

  • (String)


17
18
19
# File 'lib/bandwidth/web_rtc_lib/web_rtc/models/subscriptions.rb', line 17

def session_id
  @session_id
end