Skip to content

Record and Transcribe Calls? #8

@DiamondGeezer

Description

@DiamondGeezer

Great library! Thank you for sharing. ...Quick question though: How do you enable call recording and/or transcriptions? I tried modifying the connection parameters in your - (void)call:(NSString *)callee withParams:(NSDictionary *)params method with this in hopes it would do the trick, but not dice:

NSMutableDictionary *connectParams = [NSMutableDictionary dictionaryWithDictionary:params];
connectParams[@"Record"] = @"true";
connectParams[@"Record timeout"] = @"10";
connectParams[@"transcribe"] = @"true";

Please help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions