OpenTok-Angular icon indicating copy to clipboard operation
OpenTok-Angular copied to clipboard

Subscriber object access

Open waitscm opened this issue 8 years ago • 1 comments

Was implementing a network test and needed access to the subscriber object so I could call subscriber.getStats. StreamId was a convenience.

May be useful to others.

waitscm avatar Jun 30 '16 21:06 waitscm

Good idea. How about having a subscriber property on the scope though and emitting a loaded event? That way you could get access to the subscriber sooner and at any time by looking at the scope.

aullman avatar Jul 04 '16 04:07 aullman