bigbluebutton-Github/bbb-graphql-server/metadata/actions.graphql

18 lines
306 B
GraphQL

type Mutation {
dispatchPluginDataChannelMessageMsg(
pluginName: String!
dataChannel: String!
payloadJson: String!
toRoles: [String]!
toUserIds: [String]!
): Boolean
}
type Mutation {
sendGroupChatMsg(
chatId: String!
chatMessageInMarkdownFormat: String!
): Boolean
}