Interface MediaSession.NodeStatusListener

  • Enclosing class:
    MediaSession

    public static interface MediaSession.NodeStatusListener
    Add a node status listener for listening status of other nodes.
    • Method Detail

      • onNodeConnectionStatusChange

        void onNodeConnectionStatusChange​(long nodeId,
                                          boolean isOnline)