All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ibt.ortc.extensibility.OnMessageWithOptions Maven / Gradle / Ivy

The newest version!
package ibt.ortc.extensibility;

import java.util.Map;

public interface OnMessageWithOptions {
    /**
     * Fired when a message was received in the specified channel
     * @param sender Ortc client instance that fired the event
     * @param msgOptions Dictionary where the message data was received
     */

    public void run(OrtcClient sender, Map msgOptions);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy