RemoteListenerpublic interface RemoteListener implements EventListenerInterface that generates the callback for all
RTPRemoteEvents.RTPRemoteEvents are events that occur from remote
participants and could be used for monitoring statistics and quality
of the entire RTPSession without knowing about individual streams or
participants. |
Methods Summary |
---|
public void | update(javax.media.rtp.event.RemoteEvent event)Method called back in the RemoteListener to notify
listener of all RTP Remote Events.RemoteEvents are one of
ReceiverReportEvent, SenderReportEvent or RemoteCollisionEvent
|
|