added new simple sommand that doesn't perform and API queries
This commit is contained in:
8
jitsi.go
8
jitsi.go
@ -100,6 +100,14 @@ func (j *jitsiMeeting) getJitsiNumbers() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// This doesn't query jitsi for phone dial in information
|
||||
func newJitsiMeetingSimple() (jitsiMeeting, error) {
|
||||
result := jitsiMeeting{}
|
||||
result.getJitsiName()
|
||||
return result, nil
|
||||
}
|
||||
|
||||
// call functions are not currently implemented, but are here
|
||||
func newJitsiMeeting() (jitsiMeeting, error) {
|
||||
result := jitsiMeeting{}
|
||||
result.getJitsiName()
|
||||
|
||||
Reference in New Issue
Block a user