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

com.fivefaces.cloud.chat.MeetingService Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.fivefaces.cloud.chat;

import java.net.URISyntaxException;

public interface MeetingService {

    String getToken() throws URISyntaxException;

    void createMeeting();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy