Browse Source

Get local user ID (#495)

* Get local user ID

How to get the id Participate local.

* Correction of the sequence of numbers
release-8443
Alfredo Guzman 8 years ago
parent
commit
645f13b112
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      doc/API.md

+ 2
- 0
doc/API.md View File

252
 
252
 
253
 2. leave() - leaves the conference. Returns Promise.
253
 2. leave() - leaves the conference. Returns Promise.
254
 
254
 
255
+3. myUserId() - get local user ID.
256
+
255
 4. getLocalTracks() - Returns array with JitsiTrack objects for the local streams.
257
 4. getLocalTracks() - Returns array with JitsiTrack objects for the local streams.
256
 
258
 
257
 5. addEventListener(event, listener) - Subscribes the passed listener to the event.
259
 5. addEventListener(event, listener) - Subscribes the passed listener to the event.

Loading…
Cancel
Save